Pointer assignment should only be performed between other pointers or variables of type long. 指针赋值只应在其他指针或长型变量之间执行。
It slows down nearly every pointer assignment. 减缓几乎每一个指针的分配。
Some garbage collection algorithms require significant cooperation from the compiler or runtime environment, such as updating reference counts whenever a pointer assignment is performed. 一些垃圾收集算法要求编译器或者运行时环境的重要配合,如当进行指针分配时更新引用计数。
REF the value that that the left-hand-side pointer is pointing to after the assignment. REF分配后左端指针(left-hand-sidepointer)指向的值。
Number three, pointer assignment, takes one pointer and changes it to point to the same pointee as another pointer so after the assignment the two pointers will point to the same pointee. 第三条,指针赋值,使一个指针,指向另外一个指针所指向的数据,赋值过后,两个指针会指向,同样的数据。
Sure. I'll use my magic wand of pointer assignment. 当然,我将使用指针赋值魔杖。